Release 10.1A: OpenEdge Development:
Progress Dynamics Managers API Reference
fieldSecurityGet
This procedure checks fields secured for the passed-in object. If a valid procedure handle is passed in and the object has already been secured by the Repository Manager, the security stored in the object is used. If the security is not found in the object, the applicable security is fetched from the database or AppServer by running the
Location: af\app\afsecmngrp.i Parameters:fieldSecurityCheckprocedure.INPUT phObject AS HANDLEThe handle to the object being checked. If not specified, a standard security check is done using the object name (optional).
INPUT pcObjectName AS CHARACTERThe name of the object being checked (mandatory).
INPUT pcAttributeCode AS CHARACTERThe attribute code of the object being checked (mandatory).
OUTPUT pcSecurityOptions AS CHARACTERThe list of secured fields.
Notes: None Examples: See thewidgetWalkprocedure inaf\app\afsesmngrp.i.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |